Vcenter NamespaceManagement Supervisors ContainerImageRegistries Info
The Vcenter NamespaceManagement Supervisors ContainerImageRegistries Info schema contains the detailed information about the container image registry.
This schema was added in vSphere API 8.0.3.0.
{
"id": "string",
"name": "string",
"image_registry": {
"hostname": "string",
"port": 0,
"username": "string",
"password": "string",
"certificate_chain": "string"
},
"default_registry": false
}
Identifier of the container image registry.
This property was added in vSphere API 8.0.3.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.ContainerImageRegistry
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.ContainerImageRegistry
.
Name of the container image registry.
This property was added in vSphere API 8.0.3.0.
The Vcenter NamespaceManagement Supervisors ContainerImageRegistries Info.image_registry schema contains the specification of the container image registry endpoint.
This property was added in vSphere API 8.0.3.0.
Indicates if this registry is used as default.
This property was added in vSphere API 8.0.3.0.